WPS Office.apk(点击下载) / utn.java


package defpackage;

import cn.wps.show.app.KmoPresentation;
import java.io.IOException;
import java.util.ArrayList;

/* renamed from: utn  reason: default package */
public final class utn {
    private cls ckF;
    private KmoPresentation kVG;

    public utn(KmoPresentation kmoPresentation, cls cls) {
        this.kVG = kmoPresentation;
        this.ckF = cls;
    }

    public final boolean np() throws IOException {
        if (this.ckF == null) {
            return false;
        }
        ArrayList<tvt> arrayList = new ArrayList();
        tvq P = tvq.P(this.kVG.Jy());
        if (P.fum()) {
            P.ful().c(arrayList);
        }
        col col = new col(uul.a(this.ckF));
        col.startDocument();
        col.N("p", "cmAuthorLst");
        col.M("p", "http://schemas.openxmlformats.org/presentationml/2006/main");
        col.M("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
        col.M("a", "http://schemas.openxmlformats.org/drawingml/2006/main");
        for (tvt tvt : arrayList) {
            col.N("p", "cmAuthor");
            col.r("id", tvt.id());
            col.J("name", tvt.name());
            col.J("initials", tvt.fvd());
            col.r("lastIdx", tvt.fvf());
            col.r("clrIdx", tvt.fvb());
            col.O("p", "cmAuthor");
        }
        col.O("p", "cmAuthorLst");
        col.endDocument();
        return true;
    }
}